home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / ldap.src < prev    next >
Text File  |  1998-07-02  |  2KB  |  82 lines

  1. @@@STARTPACK(ldap;LDAP - Lightweight Directory Access Protocol)
  2.  
  3. <P>
  4. The Lightweight Directory Access Protocol (LDAP) is a protocol for accessing 
  5. online directory services. It runs directly over TCP, and can be used to 
  6. access a standalone LDAP directory service or to access a directory service 
  7. that is back-ended by X.500. For a good overview of LDAP-based directory 
  8. service, read this document: 
  9. <P>
  10. <A HREF="http://www.umich.edu/~dirsvcs/ldap/doc/guides/slapd/1.html#RTFToC1">
  11. Introduction to the SLAPD and SLURPD Administrator's Guide </A>
  12. <P>
  13. The most widely used implementation of LDAP was written at the University of 
  14. Michigan, and development is currently being supported by the National Science 
  15. Foundation under Grant No.  NCR-9416667. 
  16. <P>
  17. <HR>
  18. <P>
  19. Porting notes for ldap-3.3 to SCO OpenServer 5.0.4
  20. <P>
  21. This is based on the ldap-3.3 source code from:
  22. <P>
  23. ftp://terminator.rs.itd.umich.edu/ldap/ldap-3.3.tar.Z
  24. <P>
  25. With patches from 
  26. <P>
  27. http://www.critical-angle.com/ldapworld/patch/
  28. <P>
  29. The included patches are:
  30. <P>
  31. dec.patch.txt
  32. <BR>
  33. filter.patch.txt
  34. <BR>
  35. idl.patch.txt
  36. <BR>
  37. referrals.patch.txt
  38. <BR>
  39. rerq.patch.txt
  40. <BR>
  41. resultlist.patch.txt
  42. <BR>
  43. schema.patch.txt
  44. <BR>
  45. slapdthreads.patch.txt
  46. <BR>
  47. tools.patch.txt
  48. <BR>
  49. udmain.patch.txt
  50. <P>
  51. Which cover a wide range of problems.
  52. <P>
  53. Slurpd doesn't work because the current implementation is threaded, and
  54. OpenServer doesn't have threads.  You might be able to get it working with
  55. the free Pthreads implementation.
  56. <P>
  57. The ldap backend is GNU dbm, so you will have to have that installed on
  58. your system.
  59. <P>
  60. It was necessary to remove a number of references to sys/file.h and
  61. sys/filio.h to compile all the programs.
  62. <P>
  63. In util.c (part of ud), there is a routine that checks the return value of
  64. free(S).  This is a no-no.  Changed so return of free is not checked.
  65. <P>
  66. This package passed all the make tests, except the one for slurpd.
  67. <P>
  68. Phil Hollenback
  69. <BR>
  70. <A HREF="mailto:philiph@sco.com">
  71. philiph@sco.com</A>
  72. <BR>
  73. 7/1/98
  74. </P>
  75.  
  76. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/net/ldap/)
  77. @@@UW2DIST(http://www.sco.com/skunkware/uw7/net/ldap/)
  78. @@@SOURCE(ftp://terminator.rs.itd.umich.edu/ldap/)
  79. @@@HOMEPAGE(http://www.umich.edu/~dirsvcs/ldap/)
  80. @@@ENDPACK
  81.  
  82.